From: Martin Rudalics Date: Wed, 13 Jan 2010 12:11:48 +0000 (+0100) Subject: Fix breakage to nt/emacsclient.rc in rgm@gnu.org-20100113083510-r0bohw6iwgztwdwr X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8731 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3b4b0fccf55762cc39404cf052fd3b481bac1d31;p=emacs.git Fix breakage to nt/emacsclient.rc in rgm@gnu.org-20100113083510-r0bohw6iwgztwdwr --- diff --git a/nt/ChangeLog b/nt/ChangeLog index f43a476cb29..069b9115037 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2010-01-13 Martin Rudalics + + * emacsclient.rc: Fix format of "LegalCopyright" value. + 2009-12-28 Juanma Barranquero * INSTALL: Remove obsolete notes about line endings, and fix some typos. diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc index b5ddec53b84..407ebc9df4e 100644 --- a/nt/emacsclient.rc +++ b/nt/emacsclient.rc @@ -25,8 +25,7 @@ BEGIN VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" VALUE "FileVersion", "23, 1, 91, 0\0" VALUE "InternalName", "EmacsClient\0" - VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009, 2010\0" + VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\0" VALUE "OriginalFilename", "emacsclientw.exe" VALUE "ProductName", "EmacsClient\0" VALUE "ProductVersion", "23, 1, 91, 0\0"